Vcenter NamespaceManagement Networks Nsx Projects Info
The Vcenter NamespaceManagement Networks Nsx Projects Info schema contains information about an NSX Project.
This schema was added in vSphere API 9.0.0.0.
{
"project": "string",
"name": "string",
"description": "string",
"nsx_path": "string",
"gateways": [
{
"nsx_gateway_path": "string",
"nsx_gateway_name": "string"
}
],
"edge_clusters": [
{
"edge_cluster_path": "string",
"edge_cluster_name": "string"
}
],
"external_ipv4_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
],
"default_project": false,
"vpc_connectivity_profiles": [
{
"profile": "string",
"name": "string",
"nsx_path": "string"
}
]
}
Identifier of the Project.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: NSXProject
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: NSXProject
.
Name of the Project.
This property was added in vSphere API 9.0.0.0.
Description of the Project.
This property was added in vSphere API 9.0.0.0.
NSX path of the Project.
This property was added in vSphere API 9.0.0.0.
List of NSX Tier0 or Tier0-VRF gateways currently configured with the project.
This property was added in vSphere API 9.0.0.0.
List of NSX Edge Clusters currently configured with the project.
This property was added in vSphere API 9.0.0.0.
List of NSX External IPv4 Blocks currently configured with the project.
This property was added in vSphere API 9.0.0.0.
true
if this Project is the default Project in NSX, false
otherwise.
This property was added in vSphere API 9.0.0.0.
VPC Connectivity Profile under this project.
This property was added in vSphere API 9.0.0.0.